A general purposes discord bot named Lester.
- Node.js
- node_modules -> discord.js-comando -> src ->client.js -> edit line 3, remove this '[CHOOSE PREFIX HERE]' and add your prefix
constructor(options = {}) {
if(typeof options.selfbot === 'undefined') options.selfbot = false;
if(typeof options.commandPrefix === 'undefined') options.commandPrefix = '[CHOOSE PREFIX HERE]';
if(options.commandPrefix === null) options.commandPrefix = '';
if(typeof options.commandEditableDuration === 'undefined') options.commandEditableDuration = 30;
if(typeof options.nonCommandEditable === 'undefined') options.nonCommandEditable = true;
if(typeof options.unknownCommandResponse === 'undefined') options.unknownCommandResponse = true;
super(options);- Join & Leave the channel
- Play music on demand
- Chech the weather status (The preset is Tullinge)
- Text to speech
- Start an alarm or timer
- Check statistics in Counter-strike: Global offensive
- Check statistics in Rainbow six siege
- A help command if needed by the user
- §join
- The bot joins your channel
- §leave
- The bot leaves your channel
- §play ('song name/youtube link')
- Plays a song
- §start
- Starts a paused or queued song
- §stop
- Pauses the song being played
- §queue ('the song you want to queue')
- Queues a song
- §skip
- Skips to the next song
- §weather
- Checks the weather in chosen in the settings file
- §weather city ('city') ('country code')
- Checks the weather in a chosen city
- §tts ('what you want to be read')
- Reads what you wrote
- §timer ('the time in seconds')
- Goes off after the time ran out
- §alarm ('when you want it to go off')
- Goes off at the given time
- §stats csgo ('user')
- Counter-Strike: Global offensive statistics
- §stats r6s ('user/group')
- Rainbow six siege statistics
- §help
- Gives you some information and help whit the discord bot
- §einar ('languages')
- Helps with a certain programing languages and git