various minor tweaks

This commit is contained in:
2021-08-19 01:47:28 -05:00
parent 093fb4412b
commit 8a58973cee
4 changed files with 19 additions and 23 deletions

View File

@@ -6,6 +6,10 @@ from dotenv import load_dotenv
from kwaylon import Kwaylon
if __name__ == '__main__':
import logging
logging.basicConfig(level=logging.INFO)
# https://discordpy.readthedocs.io/en/stable/quickstart.html
client = Kwaylon()