-
Was wondering if there was any plans to update Discord.js to version 12. Botkit is on 11.
-
I couldn't figure out how to contact you via glitch, but the new bot you built is unresponsive when you try to give it commands in discord.
-
J'ouvre cette issues pour qu'on discute des différents projets que l'on pourrait prendre pour continuer opendev.
-
We need to solidify a brand & naming convention for our open-source products.
Our brand will be "Agent 0". Our monorepo will be `delvtech/agent0`. This will house projects that are still under heav…
-
Hi, is there any plan to support more providers, such as Discord ? The work here is formidable, it would be super-great to be able to write the same code for every chat platform.
-
Symptom: entries in the log similar to the following:
An error occurred in the categorize middleware: TypeError: Cannot read property 'indexOf' of undefined
at isMention (/home/jmcmah…
-
I'm busy with new things in my life, and would love to assign a few maintainers to the project. Please let me know if you are interested.
brh55 updated
3 years ago
-
The bot replies to messages that it writes
example
```
const discordBot = BotkitDiscord(config);
discordBot.hears('hello','direct_message',(bot, message) => {
bot.reply(message, 'hello');
…
-
When I `npm install`, I am getting an error about erlpack. I believe this is because the project depends on a forked version of `discord/erlpack` : `hammerandchisel/erlpack` that is probably not up-to…
-
How can i set my bot status?
Can I use (Bot.user.setStatus) and (Bot.user.setPresence) which are same as discord.js in botkit-discord ?