Enable admins of guilds to add new channels as logging channels #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
Depends on
#2 Enable admins to list logging channels of their guild
phundrak/p4bl0t
#3 Enable admins to unset channels as logging channels
phundrak/p4bl0t
#10 Change type of IDs in database from `String` to `u64`
phundrak/p4bl0t
Reference: phundrak/p4bl0t#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
An administrator of a guild should be able to add a channel as a logging channel.
This should be done through a slash command.
Ideally, the command should look something like
/logging add-channel #channel-name
.If the channel was not already a logging channel and the channel was successfully added, a success message should be shown. Otherwise, an error message should be shown instead.