Compare commits
No commits in common. "4d18dd3845a0816a7eb4605a1c025b60f8bcd2ae" and "84c2f5c2c4082b7cad51c3a153daa8d0c7d9809c" have entirely different histories.
4d18dd3845
...
84c2f5c2c4
@ -1,17 +0,0 @@
|
|||||||
#### Beschreibung
|
|
||||||
|
|
||||||
Als Produktmanager muss ich nun dieses Ticket ausfüllen.
|
|
||||||
|
|
||||||
#### Aktuelles Verhalten
|
|
||||||
|
|
||||||
* Was macht die Software aktuell?
|
|
||||||
|
|
||||||
#### Gewünschtes Verhalten
|
|
||||||
|
|
||||||
* Was soll die Software anders machen?
|
|
||||||
|
|
||||||
#### Akzeptanzkriterien
|
|
||||||
|
|
||||||
* Was muss erfüllt sein, damit das Ticket als abgeschlossen angesehen werden kann?
|
|
||||||
|
|
||||||
#### Anmerkungen
|
|
@ -1,7 +0,0 @@
|
|||||||
#### Ticket Referenz:
|
|
||||||
|
|
||||||
#1
|
|
||||||
|
|
||||||
#### Gibt es etwas beim Review zu beachten?
|
|
||||||
|
|
||||||
Nein
|
|
@ -256,7 +256,7 @@ class AutoRoleGroup(DiscordCommandABC):
|
|||||||
|
|
||||||
@react.autocomplete("auto_role")
|
@react.autocomplete("auto_role")
|
||||||
async def react_autocomplete(
|
async def react_autocomplete(
|
||||||
self, interaction: discord.Interaction, current: str
|
self, interaction: discord.Interaction, current: str
|
||||||
) -> TList[app_commands.Choice[str]]:
|
) -> TList[app_commands.Choice[str]]:
|
||||||
return await self._auto_role_auto_complete(interaction, current)
|
return await self._auto_role_auto_complete(interaction, current)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user