This commit is contained in:
Dragon Fire
2021-06-05 12:50:41 -04:00
parent 5fa50bfc2c
commit c61ae11679
659 changed files with 659 additions and 659 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const request = require('node-superfetch');
module.exports = class AdorableCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const texts = require('../../assets/json/butt');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const texts = require('../../assets/json/coolness');
const { LOVER_USER_ID } = process.env;
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const texts = require('../../assets/json/cuteness');
const { LOVER_USER_ID } = process.env;
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const request = require('node-superfetch');
const { createCanvas, loadImage } = require('canvas');
const { list } = require('../../util/Util');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
module.exports = class DickCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const { createCanvas, loadImage } = require('canvas');
const request = require('node-superfetch');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { oneLine } = require('common-tags');
const { MersenneTwister19937, integer } = require('random-js');
const genders = ['male', 'female'];
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
module.exports = class IQCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { User } = require('discord.js');
const { MersenneTwister19937, integer } = require('random-js');
const texts = require('../../assets/json/name-rater');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const { under100, between, over300 } = require('../../assets/json/psycho-pass');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const request = require('node-superfetch');
module.exports = class RobohashCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const { createCanvas, loadImage } = require('canvas');
const request = require('node-superfetch');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, bool } = require('random-js');
const { LOVER_USER_ID } = process.env;
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
module.exports = class ThiccCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const { createCanvas, loadImage } = require('canvas');
const request = require('node-superfetch');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { MersenneTwister19937, integer } = require('random-js');
const { formatNumber } = require('../../util/Util');
const { LOVER_USER_ID } = process.env;