Added presence command #18 #126
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#126
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "#18"
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?
#18
@ -0,0 +29,4 @@
@commands.hybrid_command()
@commands.guild_only()
@CommandChecks.check_is_ready()
@CommandChecks.check_is_member_technician()
Moderator nicht Techniker
Hatten wir das nicht besprochen dass nur wir die Presence setzen sollen, da diese Global ist?
War ein aspekt aber mir solls egal sein, zu mal das nicht im Issue geändert wurde.
@ -0,0 +33,4 @@
async def presence(self, ctx: Context, text: str = ''):
self._logger.debug(__name__, f'Received command presence {ctx}')
if text == '':
early returns pls: