hmm the only error i have is
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-3' coro=<startup() done, defined at C:\Users\Andy\PycharmProjects\WhiskeyBotMain\wb.py:111> exception=AttributeError("'NoneType' object has no attribute 'get_channel'")>
Traceback (most recent call last):
File "C:\Users\Andy\PycharmProjects\WhiskeyBotMain\wb.py", line 131, in startup
location = bot.get_guild(GUILD_ID).get_channel(CHANNEL_ID)
AttributeError: 'NoneType' object has no attribute 'get_channel'






then I need to setup another db but in a cog , for warnsystem
thats a Modal with TextInput items in it.

