Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Aug 6, 2020
1 parent 279095f commit 308b622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ADMIN_COMMANDS: string[] = [
'!restart - Restart the bot 🔄',
'!version - Get version that the bot is running',
'!autokeys - Get info on your current autoBuy/Sell Keys settings 🔑',
'!resfreshautokeys - Refresh your autokeys settings.',
'!refreshautokeys - Refresh your autokeys settings.',
'!avatar <image_URL> - Change avatar',
'!name <new_name> - Change name',
'!block <steamid> - Block a specific user',
Expand Down Expand Up @@ -484,7 +484,7 @@ export = class Commands {

this.bot.sendMessage(
steamID,
`🎒 My crrent items in my inventory: ${currentItems + (backpackSlots !== 0 ? '/' + backpackSlots : '')}`
`🎒 My current items in my inventory: ${currentItems + (backpackSlots !== 0 ? '/' + backpackSlots : '')}`
);
}

Expand Down

0 comments on commit 308b622

Please sign in to comment.