Skip to content

amskywalker/fpx_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPXBOT

This is a discord bot used to manage a discord community. The community has a study tab, a games tab and a tournament tab.

Como adicionar um comando:

use Discord\Slash\RegisterClient;

$client = new RegisterClient($_ENV['BOT_TOKEN']);

$client->createGlobalCommand("name-command", "description-command", [
    [
    "name" => "option-name",
    "description" => "option-description",
    "type" => \Discord\Parts\Interactions\Command\Option::STRING //type option
    ]
]);

About

Discord bot used to manage a discord community

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages