mirror of
				https://github.com/keanuplayz/TravBot-v3.git
				synced 2024-08-15 02:33:12 +00:00 
			
		
		
		
	Fix EL's PR.
This commit is contained in:
		
							parent
							
								
									2969dfd814
								
							
						
					
					
						commit
						2cb94cc6ac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -69,7 +69,7 @@ export function isAuthorized(guild: Guild | null, channel: TextChannel | DMChann | ||||||
|     if (guild?.id !== "637512823676600330") { |     if (guild?.id !== "637512823676600330") { | ||||||
|         channel.send("Sorry, this command can only be used in Monika's emote server."); |         channel.send("Sorry, this command can only be used in Monika's emote server."); | ||||||
|         return false; |         return false; | ||||||
|     } else if (channel?.id === "669464416420364288") { |     } else if (channel?.id !== "669464416420364288") { | ||||||
|         channel.send("Sorry, this command can only be used in <#669464416420364288>."); |         channel.send("Sorry, this command can only be used in <#669464416420364288>."); | ||||||
|         return false; |         return false; | ||||||
|     } else { |     } else { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue