Skip to content

Commit 14659cd

Browse files
committed
chore: edit presence list
1 parent 3ed0ad6 commit 14659cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Client, Events, GatewayIntentBits, ActivityType } from "discord.js";
88
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
99

1010
const presenceList = [
11-
{ name: "with Coder OSS", type: ActivityType.Playing },
11+
{ name: "with Coder", type: ActivityType.Playing },
1212
{ name: "with code-server", type: ActivityType.Playing },
1313
{ name: "with envbuilder", type: ActivityType.Playing },
1414
{ name: "with wush", type: ActivityType.Playing },

0 commit comments

Comments
 (0)