Skip to content

Commit

Permalink
Add Exception classes to RLL (#115)
Browse files Browse the repository at this point in the history
* Add RLL Specific errors and use them where appropriate

* update exception name to remove "exception" and keep naming consistent with others

* Add a Trace Logger class and use is across RLL to reduce log spam. (#119)

* Add a Trace Logger class and use is across RLL to reduce log spam.

* formatting

* Tweaks

* fix wrong typehint

* change from debug to verbose

* update logs to not dump handled traceback on console

* add some logging around `lavalink.close()`

* add missing callback to tasks

* reorder for better logging

* Add RLL Specific errors and use them where appropriate

* conflict resolution + cleanup
  • Loading branch information
Drapersniper committed Mar 20, 2022
1 parent 217f266 commit 6f17cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavalink/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import string
import typing
from collections import namedtuple
from typing import KeysView, List, Optional, ValuesView

import aiohttp
from typing import KeysView, List, Optional, ValuesView
from discord.backoff import ExponentialBackoff
from discord.ext.commands import Bot

Expand Down

0 comments on commit 6f17cc3

Please sign in to comment.