Skip to content

Commit 8369c56

Browse files
committed
Version bump
1 parent 2af48be commit 8369c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class InfoCommand extends ApplicationCommandHandler {
4242
},
4343
{
4444
name: 'Discord Bot Version',
45-
value: 'v1.1.1'
45+
value: 'v1.1.2'
4646
}
4747
])
4848
.setAuthor({

src/bot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const EVENT_HANDLERS: EventHandler<ClientEventName>[] = [
5050
(async () => {
5151
console.log(red(await figletText('GTATunes Bot', { font: 'Speed' })));
5252
console.log(
53-
`${dim(`v1.1.1`)} - ${runningInDevMode() ? yellow('DEV') : green('PROD')}`
53+
`${dim(`v1.1.2`)} - ${runningInDevMode() ? yellow('DEV') : green('PROD')}`
5454
);
5555

5656
const client = new Client({

0 commit comments

Comments
 (0)