Skip to content

Commit 6161c19

Browse files
committed
Merge branch 'master' of https://github.com/rNintendoSwitch/MechaBowser into master
2 parents 67f2228 + 3a8465c commit 6161c19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/social.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import emoji_data
1919
import numpy as np
2020
import pymongo
21-
import token_bucket
2221
import pytz
22+
import token_bucket
2323
import yaml
2424
from discord import app_commands
2525
from discord.ext import commands

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
git+https://github.com/falconry/token-bucket
22
discord.py==2.4.0
3+
brotli>=1.2
34
pymongo[srv]<=3.12.3
45
jishaku
56
pylint
@@ -15,4 +16,4 @@ python-dateutil
1516
pyyaml
1617
unidecode
1718
numpy
18-
setuptools
19+
setuptools

0 commit comments

Comments
 (0)