about summary refs log tree commit diff stats
path: root/bot.py
diff options
context:
space:
mode:
authorredcreeper14385 <mounderfod@gmail.com>2021-07-22 12:25:40 +0100
committerredcreeper14385 <mounderfod@gmail.com>2021-07-22 12:26:23 +0100
commitaeb57f55d642ac0a02c9c0ad23988fcdbc897c1c (patch)
tree2bb1a0c082cba68714c8dabaf3a04e91e06d6805 /bot.py
parentd8f48844f9616ac8e9a30159118d37ebf1830b7c (diff)
downloadtiny-potato-bot-aeb57f55d642ac0a02c9c0ad23988fcdbc897c1c.tar.gz
feat: add modrinth command
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index f07c4bb..a135609 100644
--- a/bot.py
+++ b/bot.py
@@ -17,7 +17,7 @@ async def on_command_error(ctx, error):
     await utils.parse_error(ctx, error)
 
 def load_extensions(bot):
-    extensions = ['cogs.fun', 'cogs.about']
+    extensions = ['cogs.fun', 'cogs.about', 'cogs.modrinth']
     if __name__ == '__main__':
         for i in extensions:
             bot.load_extension(i)
ik/mu/commit/stats.txt?h=hlt&id=68719bebc02ca355aa96dee2497f511d24606fc8'>68719beb ^
68719beb ^








3d0c48ad ^
1837f611 ^

a9151143 ^












fca55d2a ^
93d8141e ^
1837f611 ^
3d0c48ad ^

be8799b7 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68