Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinankad authored Aug 15, 2020
1 parent 1bee059 commit d818858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import discord
from discord.ext import commands
from glob import glob
import os

bot = commands.Bot(command_prefix="!", description="Bot")
Expand All @@ -23,4 +22,4 @@ async def on_ready():
token_file.close()

# bot.run(username, password, bot=False)
bot.run(token, bot=False)
bot.run(token, bot=False)

0 comments on commit d818858

Please sign in to comment.