Skip to content

Commit 99309bb

Browse files
committed
change footer text for bulk role notification
1 parent 96b010e commit 99309bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulkrole/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ func (config *BulkRoleConfig) sendNotificationAlert(status string, processedCoun
559559
})
560560
}
561561

562-
embed.Footer.Text = "Value for Members Processed and Changes Made can be inaccurate because of discord rate limits."
562+
embed.Footer.Text = "Members Processed and Changes Made can be inaccurate because of discord rate limits."
563563

564564
messageContent := fmt.Sprintf("Alert for bulk role operation started by <@%d>", config.StartedBy)
565565
msg := &discordgo.MessageSend{

0 commit comments

Comments
 (0)