Merge pull request #367 from VermiumSifell/dev

💬 Drops => Giveaway
This commit is contained in:
Axel Olausson Holtenäs 2022-06-15 00:12:48 +02:00 committed by GitHub
commit cf8a081ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ export default {
if (!channel) throw new Error("Channel is required.");
const embed = new MessageEmbed()
.setTitle("[:toolbox:] Drop")
.setTitle("[:toolbox:] Giveaway")
.setFooter({ text: footerText, iconURL: footerIcon });
const code = uuidv4();