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 = ""
|
||||
for item in flavor_dict:
|
||||
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
|
||||
|
||||
async def setup(bot):
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ asyncssh
|
|||
psutil
|
||||
aiofiles
|
||||
inky
|
||||
wakeonlan
|
||||
wakeonlan
|
||||
beautifulsoup4
|
||||
Loading…
Add table
Add a link
Reference in a new issue