Skip to content

Commit

Permalink
and the rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltzmax committed Oct 23, 2023
1 parent cc24b5e commit 284520d
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion adminutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ async def setup_after_ready(bot):


async def setup(bot):
create_task(setup_after_ready(bot))
await create_task(setup_after_ready(bot))
2 changes: 1 addition & 1 deletion adminutils/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"install_msg": "Thanks for install.\nThis cog contains some useful commands for server administrators.",
"short": "Useful commands for server administrators.",
"description": "Useful commands for server administrators.",
"min_bot_version": "3.4.0",
"min_bot_version": "3.5.0",
"tags": [
"admin",
"emoji",
Expand Down
6 changes: 3 additions & 3 deletions datautils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ async def setup_after_ready(bot):
for alias in command.aliases:
if bot.get_command(alias):
command.aliases[command.aliases.index(alias)] = f"du{alias}"
bot.add_cog(cog)
await bot.add_cog(cog)


def setup(bot):
create_task(setup_after_ready(bot))
async def setup(bot):
await create_task(setup_after_ready(bot))
4 changes: 2 additions & 2 deletions datautils/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"server",
"permissions"
],
"min_bot_version": "3.4.8",
"max_bot_version": "3.4.99",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"requirements": [
"tabulate",
"wcwidth",
Expand Down
2 changes: 1 addition & 1 deletion massthings/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"short": "⚠Cog for doing things in bulk.⚠",
"description": "⚠Cog for doing things in bulk.⚠\n⚠️ This cog may contain commands that may (or may not) be against Discord API terms. Use this at your own risk, cog author is not responsible for anything that happens during usage of this cog.",
"tags": [],
"min_bot_version": "3.0.0",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"requirements": ["tabulate"],
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
Expand Down
2 changes: 1 addition & 1 deletion messageslog/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"install_msg": "Thanks for install.",
"short": "Log deleted and edited messages to a specified channel",
"description": "Log deleted and edited messages to a specified channel",
"min_bot_version": "3.4.0",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"tags": [
"messages",
Expand Down
4 changes: 2 additions & 2 deletions minecraftdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
)


def setup(bot):
bot.add_cog(MinecraftData(bot))
async def setup(bot):
await bot.add_cog(MinecraftData(bot))
2 changes: 1 addition & 1 deletion minecraftdata/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"game"
],
"min_python_version": [3, 8, 0],
"max_bot_version": "3.4.99",
"max_bot_version": "3.5.99",
"requirements": [
"tabulate",
"wcwidth",
Expand Down
6 changes: 3 additions & 3 deletions moreutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ async def setup_after_ready(bot):
for alias in command.aliases:
if bot.get_command(alias):
command.aliases[command.aliases.index(alias)] = f"mu{alias}"
bot.add_cog(cog)
await bot.add_cog(cog)


def setup(bot):
create_task(setup_after_ready(bot))
async def setup(bot):
await create_task(setup_after_ready(bot))
2 changes: 1 addition & 1 deletion moreutils/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"someone",
"color"
],
"max_bot_version": "3.4.99",
"max_bot_version": "3.5.99",
"requirements": [
"tabulate"
],
Expand Down
4 changes: 2 additions & 2 deletions smmdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
)


def setup(bot):
bot.add_cog(SMMData(bot))
async def setup(bot):
await bot.add_cog(SMMData(bot))
2 changes: 1 addition & 1 deletion smmdata/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"install_msg": "Thanks for install.",
"short": "This cog shows SMM-related data",
"max_bot_version": "3.4.99",
"max_bot_version": "3.5.99",
"description": "This cog shows Super Mario Maker-related data. You can check levels and level designers",
"tags": [
"mario",
Expand Down
4 changes: 2 additions & 2 deletions translators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
)


def setup(bot):
bot.add_cog(Translators(bot))
async def setup(bot):
await bot.add_cog(Translators(bot))
4 changes: 2 additions & 2 deletions translators/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"install_msg": "Thanks for install.\nFor Yandex.Translate you will need to set apikey (`[p]ytapikey`)",
"short": "Useful (and not) translators",
"description": "Useful (and not) translators",
"min_bot_version": "3.4.1",
"max_bot_version": "3.4.99",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"tags": [
"translation",
"translate",
Expand Down
4 changes: 2 additions & 2 deletions vocadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
__red_end_user_data_statement__ = "This cog does not persistently store any PII data about users."


def setup(bot):
bot.add_cog(VocaDB(bot))
async def setup(bot):
await bot.add_cog(VocaDB(bot))
4 changes: 2 additions & 2 deletions vocadb/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"required_cogs": {},
"requirements": [],
"tags": ["vocadb", "vocaloid"],
"min_bot_version": "3.4.12",
"max_bot_version": "3.4.99",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"hidden": false,
"disabled": false,
"type": "COG"
Expand Down
4 changes: 2 additions & 2 deletions weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
)


def setup(bot):
bot.add_cog(Weather(bot))
async def setup(bot):
await bot.add_cog(Weather(bot))
4 changes: 2 additions & 2 deletions weather/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"install_msg": "Thanks for install.\nDon't forget to set api key (`[p]forecastapi`)\nIf you don't have registered DarkSky API key, this cog will be useless to you.\nDarkSky API closing at end of ~~2021~~ 2022 and im aware of this.",
"short": "Weather forecast",
"description": "Weather forecast. Requires \"semi-private\" DarkSky API key. For more info: https://blog.darksky.net",
"min_bot_version": "3.2.1",
"max_bot_version": "3.4.99",
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.99",
"tags": [
"weather",
"forecast"
Expand Down

0 comments on commit 284520d

Please sign in to comment.