Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install any cog you want:
[p]cog install maxcogs <cog name you want>
```
---------------------------------------------------------------
## Cogs on this repo:
## Cogs on this repo:
- Autopublisher
- Automatically publish messages in news channels
- Counting
Expand Down
6 changes: 3 additions & 3 deletions easterhunt/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"hidden": false,
"min_bot_version": "3.5.21",
"tags": [
"easter",
"hunting",
"easter eggs",
"easter",
"hunting",
"easter eggs",
"economy"
],
"permissions": [],
Expand Down
2 changes: 1 addition & 1 deletion heist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Check cooldowns for all heists.<br/>
- Usage: `[p]heist cooldowns`
- Slash Usage: `/heist cooldowns`
- Aliases: `cooldown`

# [p]heistset
Manage global heist settings.<br/>
- Usage: `[p]heistset`
Expand Down
1 change: 1 addition & 0 deletions nba/commands/nba_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ async def playoffs(self, ctx: commands.Context):
"""
await ctx.typing()
try:

def _fetch():
return playoffpicture.PlayoffPicture(
timeout=30, headers=NBA_STATS_HEADERS
Expand Down
1 change: 1 addition & 0 deletions nba/nba.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
# - Add a pre embed when game(s) are done playing for the day,
# with a recap of the day's results (if we can get that data) and a lookahead at the next day's schedule.


class NBA(NBACommands, commands.Cog):
"""
NBA information cog.
Expand Down
Loading
Loading