mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 05:00: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";
|
import { Snowflake } from "discord.js";
|
||||||
|
|
||||||
export default function isDev(devIDs : any[], authorID : Snowflake){
|
export default function isDev(devIDs : any[], authorID : Snowflake){
|
||||||
let response = false;
|
|
||||||
for (const devID of devIDs){
|
for (const devID of devIDs){
|
||||||
if(authorID == devID){
|
if(authorID == devID){
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user