update requirements to include bs4
This commit is contained in:
parent
601bb682f7
commit
995bb08a0a
2 changed files with 3 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ class SaltStraw(BotBaseCog):
|
||||||
message = ""
|
message = ""
|
||||||
for item in flavor_dict:
|
for item in flavor_dict:
|
||||||
print(f"\n{item}:\n{flavor_dict[item]}\n\n")
|
print(f"\n{item}:\n{flavor_dict[item]}\n\n")
|
||||||
message += f"\n{item}:\n{flavor_dict[item]}\n\n"
|
message += f"\n{item}:\n"
|
||||||
return message
|
return message
|
||||||
|
|
||||||
async def setup(bot):
|
async def setup(bot):
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,4 @@ psutil
|
||||||
aiofiles
|
aiofiles
|
||||||
inky
|
inky
|
||||||
wakeonlan
|
wakeonlan
|
||||||
|
beautifulsoup4
|
||||||
Loading…
Add table
Add a link
Reference in a new issue