UNPKG

@lambocreeper/mock-discord.js

Version:

Easily mock Discord.js for testing your bot's code.

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const USER_DEFAULTS = { id: "010101010101010101", username: "my-username", discriminator: "1234", avatar: "https://placehold.it/256x256", bot: false }; exports.default = USER_DEFAULTS;