|  | @@ -1,4 +1,4 @@
 | 
	
		
			
				|  |  | -import { Client, ClientUser } from "discord.js";
 | 
	
		
			
				|  |  | +import { Client, ClientUser, Util } from "discord.js";
 | 
	
		
			
				|  |  |  import { XenforoClient } from "./xenforo";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export const FORUMS_DOMAIN = "https://custommaid3d2.com";
 | 
	
	
		
			
				|  | @@ -20,6 +20,10 @@ export class BotClient {
 | 
	
		
			
				|  |  |      get nameMention(): string {
 | 
	
		
			
				|  |  |          return `<@!${this.botUser.id}>`;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    get cleanMention(): string {
 | 
	
		
			
				|  |  | +        return Util.removeMentions(`@${client.botUser.username}`);
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export const client = new BotClient();
 |