mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Prettified Code!
This commit is contained in:
@@ -7,7 +7,7 @@ export function editBotStatus(data: Omit<StatusUpdate, "afk" | "since">) {
|
||||
ws.shards.forEach((shard) => {
|
||||
eventHandlers.debug?.(
|
||||
"loop",
|
||||
`Running forEach loop in editBotStatus function.`,
|
||||
`Running forEach loop in editBotStatus function.`
|
||||
);
|
||||
|
||||
ws.sendShardMessage(shard, {
|
||||
|
||||
Reference in New Issue
Block a user