JishoBot/bot.py

7 lines
144 B
Python
Raw Normal View History

2020-08-11 08:26:05 +00:00
import discord
from discord.ext import commands
from utils import config
bot = commands.Bot(config.get("prefix"))
bot.run(config.get("token"))