momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

/timestamp #115

Closed BIRD311 closed 2 years ago

BIRD311 commented 2 years ago

creates discord timestamp Parses a lot of date and timeformats like "6.12.2022 13:00" and "1pm". It uses the user discord language settings for parsing. I didn't check if all discord languages work with cultureinfo so this could throw but I didn't see a "tryconvert" or something an didn't want to add a unnecessary try catch. Timezone autocompletion is only for "locations" but I could add timezone stuff (but I didn't like it because of summertimes)

BIRD311 commented 2 years ago

I just realized I did something wrong here sorry. :( Ignore this for now.