Skip to content

Commit

Permalink
Added new commands to help command
Browse files Browse the repository at this point in the history
  • Loading branch information
byBlurr committed Jun 28, 2019
1 parent 52e8bdc commit 576c09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Globals/CommandModules/AboutModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <new_message> - Edit your last message with the new text." +
"- `!delete` - Delete your last message." +
"- `!profile <user>` - 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 <feature>` - 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" +
Expand Down
1 change: 0 additions & 1 deletion Globals/CommandModules/GlobalModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public async Task DeleteLastAsync()

if (!ChannelInUse.Equals(""))
{

await Context.Message.DeleteAsync();

var messages = Message.GetMessageByUserAsync(Context.User, dbCon, ChannelInUse).Result;
Expand Down

0 comments on commit 576c09d

Please sign in to comment.