lunarflu HF Staff commited on
Commit
efd1fcc
Β·
1 Parent(s): 7f192d1

removed help

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -58,15 +58,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
58
  @bot.event
59
  async def on_ready():
60
  print('Logged on as', bot.user)
61
- bot.log_channel = bot.get_channel(1100458786826747945) # 1100458786826747945 = bot-test, 1107006391547342910 = lunarbot server
62
- #---------------------------------------------------------------------------------------------------------------------------------------------
63
- @bot.command()
64
- async def help(ctx):
65
- try:
66
- if await safetychecks(ctx):
67
- await ctx.reply(f"Use !jojo !disney !spidey or !sketch. Have fun! πŸ€—πŸ’–")
68
- except Exception as e:
69
- print(f"Error: unable to help :(")
70
  #---------------------------------------------------------------------------------------------------------------------------------------------
71
  async def safetychecks(ctx):
72
  try:
 
58
  @bot.event
59
  async def on_ready():
60
  print('Logged on as', bot.user)
61
+ bot.log_channel = bot.get_channel(1100458786826747945) # 1100458786826747945 = bot-test, 1107006391547342910 = lunarbot server
 
 
 
 
 
 
 
 
62
  #---------------------------------------------------------------------------------------------------------------------------------------------
63
  async def safetychecks(ctx):
64
  try: