You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library either import {flag} from 'country-emoji' doesn't have all flags or we just give it in a wrong format. Figure it out.
Debugging hints. Past following code
const single = countries
.map(c => flag(c.name))
.filter(v => !!v) // Without this line you could see that some flags are missing
.join('|');
console.log('single', single);
bot.sendMessage(
384590146,
single
);
Library either
import {flag} from 'country-emoji'
doesn't have all flags or we just give it in a wrong format. Figure it out.Debugging hints. Past following code
in telegram\index.ts
inside
The text was updated successfully, but these errors were encountered: