JishoBot/bot.py

7 lines
144 B
Python
Raw Normal View History

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