Skip to content

Commit

Permalink
refactor(context): merge sapphire.discord and sapphire.discordjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Jul 8, 2023
1 parent d55edde commit 6b5f4f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/System/Admin/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ export class UserCommand extends SkyraCommand {
utilities: {
...require('@sapphire/utilities'),
time: require('@sapphire/time-utilities'),
discord: require('@sapphire/discord-utilities'),
discordjs: require('@sapphire/discord.js-utilities')
discord: require('@sapphire/discord.js-utilities')
}
},
container: this.container,
Expand Down

0 comments on commit 6b5f4f5

Please sign in to comment.