mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #831] Don't print the entire invite list when adding a new invite #77
Reference in New Issue
Block a user
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?
Originally created by @MSuih on GitHub (Dec 2, 2021).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/831
The invite list is so long that it fills the entire screen, and also it takes couple of seconds to retrieve and format it. It's unneccessary to do that when using
!invite addAdditionally,
!invite listcould be made to print the list into a file instead of dumping it into chat. It's quite long so I think a file would be a better way to go through it.Don't print the entire invite list when adding a new inviteto [GH-ISSUE #831] Don't print the entire invite list when adding a new invite