Added presence command #18 #126
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: