Skip to content
Extraits de code Groupes Projets
Valider eff80d1e rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Accidental commit of console lines

parent 0c89347b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -78,7 +78,6 @@ export class MatrixCommandHandler {
subcat: "m.room.power_levels",
},
run: async ({guildId, channelId}) => {
console.log(roomEntry);
if (roomEntry && roomEntry.remote) {
return "This room is already bridged to a Discord guild.";
}
......@@ -174,7 +173,6 @@ export class MatrixCommandHandler {
};
const permissionCheck: CommandPermissonCheck = async (permission) => {
console.log("Wap");
if (permission.selfService && !this.config.bridge.enableSelfServiceBridging) {
return "The owner of this bridge does not permit self-service bridging.";
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter