ritsec / ops-bot-iii

OBIII: Open Source Discord Bot, created by RITSEC
Apache License 2.0
5 stars 3 forks source link

Change DFIR IG to IR IG #91

Closed c0untingNumbers closed 1 week ago

c0untingNumbers commented 5 months ago

Describe the solution you'd like See IR instead of DFIR

1nv8rzim commented 5 months ago

A couple things you have do for this:

Change this from "DFIR" to "IR":

https://github.com/ritsec/ops-bot-iii/blob/ab94a06d5988a9edbf06feef69865295d184a458/ent/schema/signin.go#L33

Generate Code from ent schema:

go generate ./...

Change these from "DFIR" to "IR":

https://github.com/ritsec/ops-bot-iii/blob/ab94a06d5988a9edbf06feef69865295d184a458/commands/slash/signin.go#L43-L44

https://github.com/ritsec/ops-bot-iii/blob/ab94a06d5988a9edbf06feef69865295d184a458/commands/slash/signin.go#L119-L120