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:
parent
aabd46bb33
commit
4898d5156d
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -2,6 +2,7 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
import traceback
|
||||||
|
|
||||||
import discord
|
import discord
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
|
Loading…
Reference in a new issue