Top "Discord.io" questions

discord.

How do I send a file using a discord bot?

This is currently my bot.js var Discord = require('discord.io'); var logger = require('winston'); var auth = require('./auth.…

javascript discord discord.io
Sending an image without the link showing with discord library

I would like my discord bot to send an image (from a url), but have the url be hidden from …

javascript bots chatbot discord discord.io
Checking if the author of a message is an Administrator

I'm writing a Discord bot that uses the following code to detect and process user messages: bot.on('message', function (…

javascript node.js bots discord discord.io
JavaScript TypeError: Cannot read property 'startsWith' of undefined - discord bot

I must start this question by saying that I have very little knowledge of javascript (I'm practiced in Java) and …

javascript node.js bots discord.io