mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
Quest Stuff
This commit is contained in:
parent
6d90d75642
commit
ef086cd1c4
3 changed files with 215 additions and 2 deletions
|
@ -39,7 +39,6 @@ const settings = definePluginSettings({
|
|||
|
||||
function encodeStreamKey(stream) {
|
||||
const { streamType, guildId, channelId, ownerId } = stream;
|
||||
console.log(streamType);
|
||||
switch (streamType) {
|
||||
case "guild":
|
||||
return [streamType, guildId, channelId, ownerId].join(":");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue