Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Fix Message/User commands are not being executed when their name have spaces on it #310

Closed Cenngo closed 2 years ago

Cenngo commented 2 years ago

Fixes #307. y tf does an empty char array split strings on spaces?

quinchs commented 2 years ago

y tf does an empty char array split strings on spaces?

image