1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

fix dumb NameError in bot

This commit is contained in:
bmintz 2018-07-30 00:26:06 -05:00
parent aabd46bb33
commit 4898d5156d

1
bot.py
View file

@ -2,6 +2,7 @@
# encoding: utf-8
import logging
import traceback
import discord
from discord.ext import commands