Skip to content

Commit

Permalink
More commit spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekulous committed Sep 20, 2021
1 parent 60d0b14 commit 13b4451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CloneCord.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
handler.setFormatter(logging.Formatter("%(asctime)s:%(levelname)s:%(name)s: %(message)s"))
logger.addHandler(handler)

bot = commands.Bot(command_prefix='?')
bot = commands.Bot(command_prefix='PLACE YOUR BOT PREFIX HERE')



Expand Down Expand Up @@ -198,7 +198,7 @@ async def help(ctx, command: Optional[str]):



# = = = = {GCLONE BOT COMMANDS } = = = =
# = = = = { GCLONE BOT COMMANDS } = = = =


# GClone Folder / File Clone Command
Expand Down Expand Up @@ -370,4 +370,4 @@ async def ping(ctx: commands.Context):
print("||=- - - - - - - - > Pinged! < - - - - - - - -=||")


bot.run(token)
bot.run(token)

0 comments on commit 13b4451

Please sign in to comment.