Quest Stuff

This commit is contained in:
thororen1234 2024-07-02 13:29:10 -04:00
parent 6d90d75642
commit ef086cd1c4
3 changed files with 215 additions and 2 deletions

View file

@ -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(":");