https://linen.dev logo
Using twilight with shuttle
# help
g
I've been wandering in the webpage and i've seen that deploying a project using serenity is possible, but i haven't seen anything about using twilight. Is there a way to deploy a twilight-based project?
s
Hmm, what is twilight? 🙈
g
is like serenity, another library (in this case set of libraries) to interact with discord's API
s
Ahh, I see. Since we've never had any requests for twilight, we've never made an official implementation for it. Reading its docs though it might be possible to create a custom service for it https://discord.com/channels/803236282088161321/1028168259993874472/1028168259993874472
g
yeah that should do it
thanks
s
One issue I see is that shuttle is pinned to Rust 1.63, while twilight want 1.64+ Not sure if that really is a hard requirement on their part though.
g
Hmmm 🤔
That might be the case
I'll try just in case