bot not starting and project always errors after building and deploying

hi so i'm hosting my discord bot on railway and i've done it before and before it worked great but now whenever it's done building and deploying, it keeps giving me an error even though i did everything right.
6 Replies
lucy💫
lucy💫OP•3y ago
i also code on gitpod
lucy💫
lucy💫OP•3y ago
and this is the errors idk what to do cuz it worked fine last time
Dhananjay
Dhananjay•3y ago
Dhananjay
Dhananjay•3y ago
even on your gitpod environment it looks like your bot failed to start due to some missing file error
lucy💫
lucy💫OP•3y ago
the file is there though
lucy💫
lucy💫OP•3y ago
and its defined here in my code
bot = lightbulb.BotApp(
token=os.getenv("TOKEN"),
banner="assets",
help_slash_command=True,
ignore_bots=True,
intents=hikari.Intents.ALL,
)
bot = lightbulb.BotApp(
token=os.getenv("TOKEN"),
banner="assets",
help_slash_command=True,
ignore_bots=True,
intents=hikari.Intents.ALL,
)
@Dhananjay
Want results from more Discord servers?
Add your server