Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
remove unknown user entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Feb 16, 2024
1 parent 76dc37d commit 2de40c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/voiceChatUtilities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const VoiceChannelContext: NavContextMenuPatchCallback = (children, { channel }:
export default definePlugin({
name: "VoiceChatUtilities",
description: "This plugin allows you to perform multiple actions on an entire channel (move, mute, disconnect, etc.) (originally by dutake)",
authors: [{ name: "Unsupported username", id: 769939285792653325n }, Devs.D3SOX],
authors: [Devs.None, Devs.D3SOX],

start() {
addContextMenuPatch("channel-context", VoiceChannelContext);
Expand Down
4 changes: 4 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Vendicated",
id: 343383572805058560n,
},
None: {
name: "None",
id: 0n,
},
Arjix: {
name: "ArjixWasTaken",
id: 674710789138939916n,
Expand Down

0 comments on commit 2de40c2

Please sign in to comment.