Adding QR Generator

This commit is contained in:
Raven Scott
2022-09-25 01:14:14 -04:00
parent fe217b04f5
commit c394af15d3
7 changed files with 1121 additions and 18 deletions

View File

@ -7,7 +7,6 @@ module.exports = {
name: "joke",
description: "Gets a funny joke",
run: async (client, interaction) => {
giveMeAJoke.getRandomDadJoke(function (joke) {