diff --git a/bot/commands/desktoproles/add.py b/bot/commands/desktoproles/add.py index 98e9b0b..ec4fec9 100644 --- a/bot/commands/desktoproles/add.py +++ b/bot/commands/desktoproles/add.py @@ -55,8 +55,17 @@ class DesktopRoles(Roles): "Openbox", "QTile", "EXWM", + "FVWM", + "TWM", + "QVWM", + "WindowMaker", + "AfterStep", + "CTWM", + "IceWM", + "Berry", + "SOWM", ] - + whilelist.sort() class cmd(Command): """A discord command instance."""