#238 #242
No reviewers
Labels
No Label
MVP
web-interface
bug
bugfix
cli
discussion
documentation
duplicate
expense
high
expense
low
expense
medium
expense
very-high
help wanted
improvement
invalid
priority
blocker
priority
high
priority
low
priority
medium
question
refactoring
release
story
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sh-edraft.de/sh_discord_bot#242
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "#238"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: #238to #238@ -149,1 +149,4 @@
"afk_command_move_message": "Ich verschiebe dich ja schon... (◔_◔)",
"game_server": {
"error": {
"nothing_found": "Keine Level Einträge gefunden."
@ -0,0 +118,4 @@
return str(
f"""
UPDATE `GameServers`
SET `LastModifiedAt` = '{self._modified_at}'
Ist das so richtig, dass nur "LastModifiedAt" geupdatet wird und keine weitere Variable?
Alles andere soll read only sein.
Jedoch möchte ich das schnell ändern können.
@ -0,0 +116,4 @@
def delete_string(self) -> str:
return str(
f"""
DELETE FROM `UserGameIdents`
Hier auch nur "LastModifiedAt" updaten?
Alles andere soll read only sein.
Jedoch möchte ich das schnell ändern können.
@ -0,0 +99,4 @@
@commands.guild_only()
@CommandChecks.check_is_ready()
@CommandChecks.check_is_member_admin()
async def add(self, ctx: Context, name: str, api_key_id: int):
Was passiert wenn man den selben API-Key nochmal hinzufügt?
Technishc nicht möglich "CONSTRAINT UC_Identifier_Key UNIQUE (
Identifier
,Key
),"Dann wird ein entsprechender Fehler geschmissen, der so auch nicht zwangsläufig abgefangen werden müsste. (Command Error handling regelt)
efb6289e67
to1b328dc20e