sjstein / R8DIUM

A discord bot to manage individual run8 users
GNU General Public License v3.0
2 stars 0 forks source link

Discord channels with emojis in them cause log_write to crash #84

Closed sjstein closed 8 months ago

sjstein commented 8 months ago

The emoji / icons in some of the channel names cause issues when trying to write them to a log file.

Per @jackfruh , look into opening the log file with the proper encoding type

sjstein commented 8 months ago

just go ahead and open(filename, mode='a', encoding='utf-16')

sjstein commented 8 months ago

addressed in merge #86