-
It woud be good if the bot could DM a certain role or user... Is this possible to make?
-
var dateFormat = require('dateformat');
var now = new Date();
var variable = message.content.replace(';exile', '');
var ID = rbx.getIdFromUsername(variable);
if(message.member.roles.…
-
The most of Discord bots are expected to provide "mute" and "ban" commands. Their implementation involves juggling with parsing strings just to get so-much-desired duration.
Formats:
> "3w 1d 11…
-
指定したギルドのみ実行可能
help command にも対応してほしい https://github.com/mouse484/Ecstar/issues/44
```js
export = class extends Command {
constructor(client) {
super(client, {
name: 'command name', /…
-
I dare not even count the amount of times I've seen someone take the time to craft a wonderful message, explaining how to solve some issue, or approach some problem. In some cases, these messages can …
-
We need to figure out how we want to architect this bot to allow ease in:
- Add new features (e.g. exposing new commands, integrating new UI views, or maintaining long running processes)
- Finding…
-
Something that I have seen the need of in some of my bots is deleting the messages that initiated a command. An option that allows for the message the initiated a command to be deleted. This includes …
-
Settings should be managed per-guild
-
`Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\rexal\Desktop\stuff\scripts> npm install ffmpeg-binaries
> lzma-native@3.0.8 install C:\Users\rexal\Des…
-
## Ce que nous avons imaginé
Pour le moment, nous pensons faire une implémentation de la création de commande de cette façon:
```ts
const options: ClientOptions = {
prefix: '!',
commands: joi…