about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--bot.py1
-rw-r--r--requirements.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index a135609..1eb86e6 100644
--- a/bot.py
+++ b/bot.py
@@ -22,5 +22,6 @@ def load_extensions(bot):
         for i in extensions:
             bot.load_extension(i)
 
+bot.load_extension('jishaku')
 load_extensions(bot)
 bot.run(os.getenv("TOKEN"))
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 2029389..1acc1d9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
 discord ~= 1.7
 python-dotenv ~= 0.18.0
-requests ~= 2.26.0
\ No newline at end of file
+requests ~= 2.26.0
+jishaku ~= 2.2.0
\ No newline at end of file
garam <vc@akkartik.com> 2018-09-01 15:58:53 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-01 20:10:06 -0700 4531 - automatically compute segment addresses' href='/akkartik/mu/commit/subx/examples/ex8.subx?h=hlt&id=a49bc41365bf6b4f0c006c5fbdcb4b519634c42c'>a49bc413 ^
ee9a9237 ^


e5cbbea4 ^
ee9a9237 ^
6030d7e2 ^
9d27e966 ^
ee9a9237 ^
dd9ba09a ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
6ff9ce26 ^
6030d7e2 ^



5cec03b4 ^
9d27e966 ^

6030d7e2 ^
9d27e966 ^
6030d7e2 ^
03d50cc8 ^
9d27e966 ^
83315235 ^
1639687b ^
6030d7e2 ^


220ac389 ^
6030d7e2 ^



03d50cc8 ^
9d27e966 ^
6030d7e2 ^
ed0e64a9 ^
ee9a9237 ^
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