Skip to content

Commit

Permalink
fix(clips): typo and channel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerotask committed Apr 24, 2021
1 parent 5824209 commit ed2e068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"defaultActivity": "eine Runde Joggen. Habe aber mein Handy dabei :blush:",
"channels": {
"reports": "833458382635532329",
"streamWeekPlan": "810479229607084062"
"streamWeekPlan": "810479229607084062",
"clips": "811752663359684618"
},
"roles": {
"mod": "803005364366213171"
Expand Down
6 changes: 3 additions & 3 deletions src/commands/clips.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
description: 'Alle Clips vom Stream',
execute(message) {
const output = [];
output.push('Alle Clips findest du hier: https://www.twitch.tv/goldman94/videos?filter=clips&range=all');
output.push(`Besondere Clips werden außerdem im Chanel <#${config.channels.streamWeekPlan}> gepostet.`);
output.push('Den neuen YoutTube-Kanel findest du hier: https://www.youtube.com/user/Darkenemy22');
output.push('Alle Clips findest du hier: https://www.twitch.tv/goldman94/videos?filter=clips&range=all :movie_camera:');
output.push(`Besondere Clips werden außerdem im Chanel <#${config.channels.clips}> gepostet.`);
output.push('Den neuen YouTube-Kanel findest du hier: https://www.youtube.com/user/Darkenemy22');
message.channel.send(output);
},
};

0 comments on commit ed2e068

Please sign in to comment.