1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-01-11 23:54:49 +00:00

Remove unused variable in isDev function

This commit is contained in:
Christer Warén 2023-06-06 07:11:45 +03:00
parent 7ba5ee97a8
commit 95216f5acc

View File

@ -1,7 +1,6 @@
import { Snowflake } from "discord.js";
export default function isDev(devIDs : any[], authorID : Snowflake){
let response = false;
for (const devID of devIDs){
if(authorID == devID){
return true;