Skip to content

Commit d121a98

Browse files
Add LastFm cog and emoji support
**__update: last.fm cog__** - added a Last.fm cog for music stats and now playing info - improved trading system with atomic item transfer in the database - fun lil message block for devs: "don’t forget to set your LASTFM_API_KEY!" - notable: .fm, .fmtopartists, .fmtoptracks commands now available - **feature 1** - last.fm integration: fetch now playing, top artists, and top tracks (no more dupes or losses) - **feature 2** - improved error handling for missing config files and duplicate commands - __bug fixes__ - fixed missing application_id for slash commands - fixed missing MAIN_GUILD_IDS attribute in bot - fixed FileNotFoundError for welcome.json - fixed duplicate command/alias registration errors
1 parent 2220858 commit d121a98

2 files changed

Lines changed: 224 additions & 206 deletions

File tree

bronxbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ async def before_update_guilds(self):
178178
"cogs.economy.Gambling": "success",
179179
"cogs.economy.Work": "success",
180180
"cogs.economy.Bazaar": "success",
181+
"cogs.LastFm": "success",
181182
},
182183
"colors": {
183184
"error": "\033[31m", # Red

0 commit comments

Comments
 (0)