Skip to content

Commit

Permalink
Added Mandelbrot set plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
CCheukKa committed Mar 22, 2021
1 parent 0b0cadd commit 3ca2fbf
Show file tree
Hide file tree
Showing 782 changed files with 90,096 additions and 117 deletions.
11 changes: 0 additions & 11 deletions Discord Bots/Testing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ bot.on('message', message => {
pianoChannel = message.member.voice.channel;
}).catch(console.error('Connection failed to attach'));
break;

case 'unpiano':
if (!pianoChannel) {
pianoChannel.leave();
}
pianoChannel = null;
pianoConnection = null;
pianoMessage = null;
message.reply('unpianoed');
break;

}
}
})
Expand Down
86 changes: 49 additions & 37 deletions Discord Bots/Utility/node_modules/ini/ini.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 24 additions & 21 deletions Discord Bots/Utility/node_modules/ini/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Discord Bots/Utility/node_modules/node-fetch/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ca2fbf

Please sign in to comment.