Skip to content

Commit

Permalink
fix(MessageEmbed): import custom RangeError class (#5740)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporoxx committed Jun 3, 2021
1 parent 02b3cca commit bfe01b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/MessageEmbed.js
@@ -1,5 +1,6 @@
'use strict';

const { RangeError } = require('../errors');
const Util = require('../util/Util');

/**
Expand Down

0 comments on commit bfe01b5

Please sign in to comment.