Skip to content

Commit 0af3b23

Browse files
committed
enable rank command
1 parent 68db2e6 commit 0af3b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bot/commands/rank.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const DEADLOCK_RANKS = new Map<number, string>([
1919
const rank: Command = {
2020
name: 'rank',
2121
aliases: [],
22-
enabled: false,
22+
enabled: true,
2323
async execute(event, _args, apiClient) {
2424
const account_id = process.env.STEAM_ID || '89010416'
2525
const response = await fetch(

0 commit comments

Comments
 (0)