This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
from collections import Counter
11
11
12
12
description = """
13
- I am a bot written by <@149281074437029890> to provide tapirs! \n \n This is a list of cogs along with their associated commands.
13
+ I am a bot written by treefroog to provide tapirs! \n \n This is a list of cogs along with their associated commands:
14
14
"""
15
15
16
16
initial_extensions = [
26
26
discord_logger .setLevel (logging .CRITICAL )
27
27
log = logging .getLogger ()
28
28
log .setLevel (logging .INFO )
29
- handler = logging .FileHandler (filename = 'tapir-bot.log' , encoding = 'utf-8' , mode = 'w ' )
29
+ handler = logging .FileHandler (filename = 'tapir-bot.log' , encoding = 'utf-8' , mode = 'r+ ' )
30
30
log .addHandler (handler )
31
31
32
32
help_attrs = dict (hidden = True , name = 'halp' )
@@ -49,7 +49,7 @@ async def on_command_error(error, ctx):
49
49
@bot .event
50
50
async def on_ready ():
51
51
"""what happens when tapir-bot connects to the discord api"""
52
- await bot .change_status (game = discord .Game (name = 'Say <insert command here> for help!' ))
52
+ await bot .change_status (game = discord .Game (name = 'Say `!halp` for help!' ))
53
53
print ('Logged in as:' )
54
54
print ('Username: ' + bot .user .name )
55
55
print ('ID: ' + bot .user .id )
You can’t perform that action at this time.
0 commit comments