Change /help trigger

Hello. Does anybody know of a way to change the trigger/command from "/help" into something else like "/raid" ?? =) 

I've tried to go through the plugin files but can't really figure it out. The only commands I seem to come by are the /ao and such ..

So, does anybody have experience with this and knows what I should change and where?

/help only works if you have HelpText plugin. If you wanted to change to something built-in you would modify

void SendHelpText(BasePlayer player)

to:

[ChatCommand("raid")]
void RaidHelpText(BasePlayer player, string command, string[] args)