Skip to content

Commit

Permalink
chore: yeet logging from example
Browse files Browse the repository at this point in the history
I should probably add a simple logging setup to the actual plugin though
  • Loading branch information
Sharp-Eyes committed Jan 3, 2023
1 parent 8239f72 commit c5d2b41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/plugins/__main__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import asyncio
import logging

import velum

import sail

logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)


client = velum.GatewayClient()
manager = sail.CommandManager.with_prefix("!")
manager.bind_to_app(client)
Expand Down

0 comments on commit c5d2b41

Please sign in to comment.