Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
435 changes: 435 additions & 0 deletions TempCommandStorage/drag.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions TempCommandStorage/help.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const Discord = require('discord.js');
module.exports = {
name: 'helpt',
description: 'help',
execute(message, args) {
const embed = new Discord.RichEmbed()
.setColor("BLUE")
.setAuthor("Commands")
.addField(">drag", "Returns information about any Dragalia Lost Unit, Weapon, or Dragon.")
.addField(">pm", "Returns information about any Pokemon Masters sync pair (UNDER CONSTRUCTION).")
.addField(">poke", "Returns information about any pokemon.")
.addField(">flip", "Flip a coin.");
message.channel.send({embed})
},
};
346 changes: 346 additions & 0 deletions TempCommandStorage/masters.js

Large diffs are not rendered by default.

Loading