quick fix 2
This commit is contained in:
11
dir.py
Normal file
11
dir.py
Normal file
@ -0,0 +1,11 @@
|
||||
import discord
|
||||
from discord.ext import commands, tasks
|
||||
|
||||
|
||||
PREFIX = 'frog!'
|
||||
intents = discord.Intents.default()
|
||||
intents.message_content = True
|
||||
intents.guilds = True
|
||||
intents.voice_states = True
|
||||
LOG_CHANNEL_ID = 1425511034482982943
|
||||
bot = commands.Bot(command_prefix=PREFIX, intents=intents)
|
||||
Reference in New Issue
Block a user