Custom emoji doesn't workNot An Issue
Hello,

if (Entity is CH47Helicopter)
            {
                _settings.Channels.Where(x => x.perms.Contains("msg_chinookspawn")).ToList().ForEach(ch =>
                {
                    Channel.GetChannel(_client, ch.Channelid, chan =>
                    {
                        chan.CreateMessage(_client, ":chinook: Chinook Helicopter Inbound");
                    });
                });
            }​
image:hxGzvIg.jpg

i've reloaded: 
o.reload Rustcord​

but it display the original emoji...
pTq0rDN.jpg
have you a idea?

We don't provide support for any third party edits made to the .cs file.
its only a image dude, really....
For the record, vehicle spawn announcements are already added to the lang file for the next build, and custom emojis added by servers don't work.
It work perfectly but thanks for your answer
Locked automatically