JishoBot/bot.py
2020-08-11 10:26:05 +02:00

7 lines
144 B
Python

import discord
from discord.ext import commands
from utils import config
bot = commands.Bot(config.get("prefix"))
bot.run(config.get("token"))