diff --git a/Globals/CommandModules/AboutModule.cs b/Globals/CommandModules/AboutModule.cs index 871a9b3..9ffd92a 100644 --- a/Globals/CommandModules/AboutModule.cs +++ b/Globals/CommandModules/AboutModule.cs @@ -52,6 +52,8 @@ public async Task HelpAsync() "- `!create` - Create the Globals category and channels in your server. Will only create the channels you have enabled.\n" + "- `!update` - Will delete and create the added or removed channels, make sure you do this everytime you add or remove channels.\n" + "\n**Global Commands**\nCommands that are only available in the global channels.\n" + + "- `!edit - Edit your last message with the new text." + + "- `!delete` - Delete your last message." + "- `!profile ` - View the profile of another user. User @user if they're in the same server as you or their globals id (GId) if not. GId is in the footer of their message.\n" + "- `!request ` - Suggest new features for the global chat or Discord server, remember to be descriptive! We may message you for more information.\n" + "\n**Other Commands**\nOther commands for you to try out\n" + diff --git a/Globals/CommandModules/GlobalModule.cs b/Globals/CommandModules/GlobalModule.cs index 14aa1ee..adbea23 100644 --- a/Globals/CommandModules/GlobalModule.cs +++ b/Globals/CommandModules/GlobalModule.cs @@ -70,7 +70,6 @@ public async Task DeleteLastAsync() if (!ChannelInUse.Equals("")) { - await Context.Message.DeleteAsync(); var messages = Message.GetMessageByUserAsync(Context.User, dbCon, ChannelInUse).Result;