fix dumb NameError in bot

This commit is contained in:
bmintz 2018-07-30 00:26:06 -05:00
parent aabd46bb33
commit 4898d5156d
1 changed files with 1 additions and 0 deletions

1
bot.py
View File

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