Skip to content

Commit

Permalink
[trade] Make trade only available in guilds (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaree authored Sep 12, 2024
1 parent 54f8f50 commit 65146a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ballsdex/packages/trade/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from ballsdex.core.bot import BallsDexBot


@app_commands.guild_only()
class Trade(commands.GroupCog):
"""
Trade countryballs with other players.
Expand Down

0 comments on commit 65146a2

Please sign in to comment.