stramline

This commit is contained in:
2022-04-26 20:29:08 +02:00
parent e39e440109
commit 17cf6bb04b

View File

@@ -10,12 +10,9 @@
## Imports ## Imports
import json import json
import logging as log import logging as log
import discord import discord
from discord import app_commands
#from lib.keep_alive import keep_alive
from bot import client from bot import client
#from lib.keep_alive import keep_alive
intents = discord.Intents.default() intents = discord.Intents.default()
intents.message_content = True intents.message_content = True