command detection?

hey, ich hätte mal eine frage zu Command-Prefix und Slash-Commands. in meinem bot gebe ich ! als Prefix an nutze aber nur Slash-Commands, kann ich diesen teil einfach weglassen? aktuell bekomme ich ständig fehlermeldung wenn andere commands mit ! als prefix genutzt werden Beispiel :
01-18 22:25:15 2025-01-18 22:25:15 ERROR discord.ext.commands.bot Ignoring exception in command None
01-18 22:25:15 discord.ext.commands.errors.CommandNotFound: Command "inactive" is not found
01-18 22:25:15 2025-01-18 22:25:15 ERROR discord.ext.commands.bot Ignoring exception in command None
01-18 22:25:15 discord.ext.commands.errors.CommandNotFound: Command "inactive" is not found
bot = commands.Bot(command_prefix='!', intents=intents, activity=activity)
bot = commands.Bot(command_prefix='!', intents=intents, activity=activity)
5 Replies
Bl4cklist🔥System
:hack: - Danke für deine Frage! › Unsere Community freut sich schon, dir bei deinem Problem weiterzuhelfen! Sei so lieb und unterstütze die Personen welche dir weitergeholfen in dem du die Antwort welche das Problem lösen konnte akzeptierst. - :accept: = Akzeptiert die Antwort und markiert dein Problem als gelöst. Alternativ kannst du auch /solved verwenden, falls du es selbst herausgefunden hast. Pushe deinen Post für mehr Aufmerksamkeit mit /push. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
! Yannic
! Yannic8mo ago
Nutz einf discord.Client() statt commands.Bot. commands.Bot ist das selbe wie client, nur das es um Prefixbefehle erweitert wird.
Zero
ZeroOP8mo ago
wie meinst du das? ich möchte am besten gar keine prefix nutzen, da ich sonst fehler bekomme achso verstehe ich teste das gleich einmal danke wenn ich discord.Client nutze bekomme ich diese fehlermeldung 01-18 23:00:59 Traceback (most recent call last): 01-18 23:00:59 File "/home/container/v3.py", line 505, in <module> 01-18 23:00:59 @bot.tree.command(name="potupdate", description="Update the pot and show its current balance (Admin only)") 01-18 23:00:59 AttributeError: 'Client' object has no attribute 'tree'
! Yannic
! Yannic8mo ago
Ist das innerhalb eines Cogs?
Bl4cklist🔥System
- Antwort akzeptiert: Der Ersteller dieser Frage hat deine Antwort akzeptiert (+25 Karma)

Did you find this page helpful?