mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Remove unused variable in isDev function
This commit is contained in:
parent
7ba5ee97a8
commit
95216f5acc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user