We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af48be commit 8369c56Copy full SHA for 8369c56
src/Commands/Info.ts
@@ -42,7 +42,7 @@ export class InfoCommand extends ApplicationCommandHandler {
42
},
43
{
44
name: 'Discord Bot Version',
45
- value: 'v1.1.1'
+ value: 'v1.1.2'
46
}
47
])
48
.setAuthor({
src/bot.ts
@@ -50,7 +50,7 @@ const EVENT_HANDLERS: EventHandler<ClientEventName>[] = [
50
(async () => {
51
console.log(red(await figletText('GTATunes Bot', { font: 'Speed' })));
52
console.log(
53
- `${dim(`v1.1.1`)} - ${runningInDevMode() ? yellow('DEV') : green('PROD')}`
+ `${dim(`v1.1.2`)} - ${runningInDevMode() ? yellow('DEV') : green('PROD')}`
54
);
55
56
const client = new Client({
0 commit comments