Declare variable

This commit is contained in:
SileNce5k 2021-06-22 06:48:41 +02:00
parent e73dc69cb5
commit 35379aaf49
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -1,5 +1,5 @@
module.exports = function(client, owners, message, globalPrefix){
let prefix;
if (client.serverPrefixes.get(message.guild.id)) {
prefix = client.serverPrefixes.get(message.guild.id)
} else