mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Chaging config and help to class
This commit is contained in:
3
main.py
3
main.py
@@ -1,11 +1,12 @@
|
||||
import discord
|
||||
import os
|
||||
|
||||
from config import config
|
||||
from config.Config import Config
|
||||
from discord.ext import commands
|
||||
|
||||
intents = discord.Intents.default()
|
||||
intents.members = True
|
||||
config = Config()
|
||||
|
||||
bot = commands.Bot(command_prefix=config.BOT_PREFIX, pm_help=True,
|
||||
case_insensitive=True, intents=intents)
|
||||
|
||||
Reference in New Issue
Block a user