mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Allow GIF too
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
const { ArgumentType } = require('discord.js-commando');
|
||||
const fileTypeRe = /\.(jpe?g|png)$/i;
|
||||
const fileTypeRe = /\.(jpe?g|png|gif)$/i;
|
||||
|
||||
module.exports = class ImageArgumentType extends ArgumentType {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user