mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 09:29:33 +00:00 
			
		
		
		
	Remove unused variable in isDev function
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user